gtk: Add GtkGestureStylus
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 1 Feb 2018 16:52:40 +0000 (17:52 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 5 Apr 2018 17:26:53 +0000 (19:26 +0200)
commitf0c8e9de4f4f4e70655cd55e89d6dcd1b45977d7
tree57a46294b362c7749f40d7b46af80b9dc7c5d54b
parent58eaf5ca169dfffa339ff39063bbd685f3a315a4
gtk: Add GtkGestureStylus

This is a GtkGesture done to deal with stylus events from drawing tablets.
Those have a special number of characteristics that extend a regular
pointer, so it makes sense to wrap that.
gtk/gtk.h
gtk/gtkgesturestylus.c [new file with mode: 0644]
gtk/gtkgesturestylus.h [new file with mode: 0644]
gtk/gtkgesturestylusprivate.h [new file with mode: 0644]
gtk/gtkprivate.h
gtk/gtkwidget.c
gtk/meson.build
po/POTFILES.in